C# async to sync

55

C# async to sync -

var task = MyAsyncMethod();
var result = task.WaitAndUnwrapException();

Comments

Submit
0 Comments